home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Osymmetry.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  302b  |  15 lines

  1. #ifndef _Osymmetry_H_
  2. #define _Osymmetry_H_
  3.  
  4. enum
  5. {
  6.     SYMMETRYOBJECT_PLANE            = 1000,
  7.         SYMMETRYOBJECT_PLANE_XY     = 0,
  8.         SYMMETRYOBJECT_PLANE_YZ     = 1,
  9.         SYMMETRYOBJECT_PLANE_XZ     = 2,
  10.     SYMMETRYOBJECT_WELD                = 1001,
  11.     SYMMETRYOBJECT_TOLERANCE    = 1002,
  12.     SYMMETRYOBJECT_ONPLANE        = 1003
  13. };
  14.  
  15. #endif